projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce04ffe
)
(rmail-resend): Require sendmail and mailalias.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 4 Jun 1993 19:34:14 +0000
(19:34 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 4 Jun 1993 19:34:14 +0000
(19:34 +0000)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index d5b5349d7cbe6941129d288bcdcb8daea90b7b6e..016a94cdaed0ead7212b016c5b099b23cbff4c19 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-1698,6
+1698,8
@@
resent message.
Optional ALIAS-FILE is alternate aliases file to be used by sendmail,
typically for purposes of moderating a list."
(interactive "sResend to: ")
+ (require 'sendmail)
+ (require 'mailalias)
(if (not from) (setq from (user-login-name)))
(let ((tembuf (generate-new-buffer " sendmail temp"))
(mail-header-separator "")